ExtendedPropertyId Constructor (Int32, Byte, PropertyType) |
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ExtendedPropertyId(
int id,
byte[] guid,
PropertyType type
)
Public Sub New (
id As Integer,
guid As Byte(),
type As PropertyType
)
Parameters
- id
- Type: SystemInt32
The identifier. - guid
- Type: SystemByte
The unique identifier. - type
- Type: Independentsoft.MsgPropertyType
The type.
See Also